(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <clib/intuition_protos.h>
void ChangeWindowBox()
SYNOPSIS
struct Window * window
LONG left
LONG top
LONG width
LONG height
LOCATION
In IntuitionBase at offset 81
FUNCTION
Set the new position and size of a window in one call.
INPUTS
window
Change this window
left, top
New position
width, height
New size
RESULT
NOTES
The window will not change its position immediately but only when the next input event is received.
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
03.03.1997 digulla
Two new functions